home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / reqtoolsdev.lha / ReqTools / Glue / Dice / DLibSource.lha / rtAllocRequest.c < prev    next >
C/C++ Source or Header  |  1995-09-20  |  150b  |  8 lines

  1. #include <clib/reqtools_protos.h>
  2.  
  3. APTR
  4. rtAllocRequest( ULONG type, Tag tag, ... )
  5. {
  6.     return( rtAllocRequestA( type, ( struct TagItem * ) &tag ) );
  7. }
  8.